Button Customization
data class ButtonCustomization(buttonBackground: BackgroundCustomization, label: TextStyleCustomization)
Content copied to clipboard
Use this class to set the visual style of the main action button on a 3DS2 challenge screen.
Parameters
buttonBackground
Customisation for the button background.
label
Customisation for the button text style.
Constructors
ButtonCustomization
Link copied to clipboard
fun ButtonCustomization(buttonBackground: BackgroundCustomization, label: TextStyleCustomization)
Content copied to clipboard
Functions
background
Link copied to clipboard